home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / boyan51a.zip / FIDO.BSC < prev    next >
Text File  |  1993-11-15  |  775b  |  33 lines

  1. \\ FIDO is a popular nation-wide Bulletin Board System which is famous
  2. \\ for its networking capabilities.  This script automates Fido logons.
  3. \\ You must set the following macros with BOYAN's configuration module:
  4. \\  \! = Macro # 11 = Your first name
  5. \\  \@ = Macro # 12 = Your last name
  6. \\  \# = Macro # 13 = Your password
  7.  
  8. |LOGON
  9.  
  10. \DM[LOGGING ONTO FIDO SYSTEM!]
  11. \PA[1]
  12.  
  13. \\ Send return characters, spaced by 1-second pauses
  14. ^[{^[~{^[~{~
  15. \PA[5]
  16.  
  17. \\ Repeatedly send ^K until the FIRST name prompt is reached:
  18. \UN'name[^K]
  19.  
  20. \\ Reset any strange colors which Fido's ANSI graphics might have set:
  21. \RC
  22.  
  23. \\ Send first name, and when prompted, last name and password:
  24. \!{
  25. \WF[LAST name:]\@{
  26. \WF[:]Y{
  27. \WF[Password]\#{
  28.  
  29.  
  30. \DM[FIDO LOGON COMPLETE.]
  31.  
  32.  
  33.